-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dApp staking v3 precompile docs #1121
Conversation
|
||
Some examples of this: | ||
* Since all stakes are reset at the end of each period, developers will need to adapt their smart contract logic for this. | ||
* Bonus rewards concept was only introduced from the precompile v2 interface, so there's no equivalent call in v1 interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, but it's kind of confusing with the v1,v2 versioning for precompile and v2,v3 for pallet 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about I rename the .sol
interfaces to v2 and v3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would make more sense and less confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be done.
Minimum allowed line rate is |
Pull Request Summary
Extended documentation about dApp staking precompile v2 & v3 interface differences.